Conversation
| ) | ||
|
|
||
| APP_NAME="agentstack" | ||
| VERSION="0.3.5" |
There was a problem hiding this comment.
we could potentially create a GH workflow to dynamically update this whenever a change is made to the version number in pyproject.toml
| _help_text="Hint: brew install $_cmd_name" | ||
| fi | ||
| err "A required dependency is missing. Please install: $*\n$_help_text" | ||
| } |
There was a problem hiding this comment.
i see why gcc might be a blocker. def something to keep an eye on
There was a problem hiding this comment.
couple notes based on my research into this:
we can't handle the apt install for them because it needs sudo. although i've seen script prompt for a sudo password before.
we can install brew in userspace on macos and then get gcc. it comes with apple's dev tools, but that's a big package that not everyone has.
we can also install linuxbrew in userspace and then get gcc on linux/WSL.
There was a problem hiding this comment.
i recently installed bun with their script and it stopped and told me to install a dependency then try again, so i feel like this is fine
uvagentstackinto the system site-packages and puts a bin in~/.local/binIncorporate release version dynamically